variable name of variable
Hello all (especially @Niel & @Stivejobstan123 & @Camelot)
next question by beginner:
can I ask (and, actually, create) a variable by name in this way:
repeat 3 times
set i to 1
set a( i )to i*6
set i to i+1
end repeat
return a(2)
return a(x) etc.
PS I know about "on something () - end something"
but question about variable
MacBook Pro, OS X El Capitan (10.11.2), null